home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / mos / demo.exe / scripts / DefineButton2_364 / BUTTONCONDACTION on(release).as
Text File  |  1999-02-11  |  171b  |  11 lines

  1. on(release){
  2.    tellTarget("../../../indicator")
  3.    {
  4.       gotoAndStop("5di");
  5.       tellTarget("../../menu05")
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.    }
  10. }
  11.